Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Texture and Bitmap Methods


TQABitmapDelete

A drawing engine must define a method to delete a bitmap.

typedef void (*TQABitmapDelete) (TQABitmap *bitmap);
bitmap
A bitmap.
DESCRIPTION
Your TQABitmapDelete function is called whenever an application calls QABitmapDelete. Your function should delete the bitmap specified by the bitmap parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996